Uses of Class
edu.claflin.finder.algo.Algorithm.GraphSortOrder
-
Packages that use Algorithm.GraphSortOrder Package Description edu.claflin.finder.algo Contains the Algorithm code for finding bipartite subgraphs. -
-
Uses of Algorithm.GraphSortOrder in edu.claflin.finder.algo
Fields in edu.claflin.finder.algo declared as Algorithm.GraphSortOrder Modifier and Type Field Description private Algorithm.GraphSortOrderAlgorithm. sortOrderMethods in edu.claflin.finder.algo that return Algorithm.GraphSortOrder Modifier and Type Method Description Algorithm.GraphSortOrderAlgorithm. getGraphSortOrder()static Algorithm.GraphSortOrderAlgorithm.GraphSortOrder. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Algorithm.GraphSortOrder[]Algorithm.GraphSortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.claflin.finder.algo with parameters of type Algorithm.GraphSortOrder Modifier and Type Method Description voidAlgorithm. setGraphSortOrder(Algorithm.GraphSortOrder gso)
-